projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7968cc2
)
(fatal_error_signal): Do TOTALLY_UNBLOCK_INPUT.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 6 Feb 1996 02:34:19 +0000
(
02:34
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 6 Feb 1996 02:34:19 +0000
(
02:34
+0000)
src/emacs.c
patch
|
blob
|
history
diff --git
a/src/emacs.c
b/src/emacs.c
index 4297163dde09072207ffe7306fb29b5eea237e26..5518da9647a7b9bd2d2b0309911a8e9feb252c77 100644
(file)
--- a/
src/emacs.c
+++ b/
src/emacs.c
@@
-154,6
+154,8
@@
fatal_error_signal (sig)
fatal_error_code = sig;
signal (sig, SIG_DFL);
+ TOTALLY_UNBLOCK_INPUT;
+
/* If fatal error occurs in code below, avoid infinite recursion. */
if (! fatal_error_in_progress)
{